[INFO] fetching crate martos 0.4.0...
[INFO] testing martos-0.4.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate martos 0.4.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate martos 0.4.0
[INFO] finished tweaking crates.io crate martos 0.4.0
[INFO] tweaked toml for crates.io crate martos 0.4.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate martos 0.4.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 124 packages to latest compatible versions
[INFO] [stderr]       Adding esp-alloc v0.4.0 (available: v0.9.0)
[INFO] [stderr]       Adding esp-hal v0.20.1 (available: v1.0.0)
[INFO] [stderr]       Adding esp-wifi v0.9.1 (available: v0.15.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f5bad3e122c580bbf92e2eb80ae438ddc986166ed319e8ee799a2414479463ed
[INFO] running `Command { std: "docker" "start" "-a" "f5bad3e122c580bbf92e2eb80ae438ddc986166ed319e8ee799a2414479463ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f5bad3e122c580bbf92e2eb80ae438ddc986166ed319e8ee799a2414479463ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5bad3e122c580bbf92e2eb80ae438ddc986166ed319e8ee799a2414479463ed", kill_on_drop: false }`
[INFO] [stdout] f5bad3e122c580bbf92e2eb80ae438ddc986166ed319e8ee799a2414479463ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e744d1846fb3ff31ff69f696974dc368570d85ef4c4b9f500ec2e4655de7d1ce
[INFO] running `Command { std: "docker" "start" "-a" "e744d1846fb3ff31ff69f696974dc368570d85ef4c4b9f500ec2e4655de7d1ce", kill_on_drop: false }`
[INFO] [stderr]    Compiling martos v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: value assigned to `array` is never read
[INFO] [stdout]   --> src/task_manager.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         array[0] = 5;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/task_manager.rs:127:13
[INFO] [stdout]     |
[INFO] [stdout] 127 |             TASK_MANAGER.tasks.push(future_task);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/task_manager.rs:135:22
[INFO] [stdout]     |
[INFO] [stdout] 135 |         if unsafe { !TASK_MANAGER.tasks.is_empty() } {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/task_manager.rs:145:61
[INFO] [stdout]     |
[INFO] [stdout] 145 |                 if TASK_MANAGER.task_to_execute_index + 1 < TASK_MANAGER.tasks.len() {
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] running `Command { std: "docker" "inspect" "e744d1846fb3ff31ff69f696974dc368570d85ef4c4b9f500ec2e4655de7d1ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e744d1846fb3ff31ff69f696974dc368570d85ef4c4b9f500ec2e4655de7d1ce", kill_on_drop: false }`
[INFO] [stdout] e744d1846fb3ff31ff69f696974dc368570d85ef4c4b9f500ec2e4655de7d1ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ec08e64d7a910691a6747bf79948981d484f3064744deafc745f52e53f4977c
[INFO] running `Command { std: "docker" "start" "-a" "1ec08e64d7a910691a6747bf79948981d484f3064744deafc745f52e53f4977c", kill_on_drop: false }`
[INFO] [stderr]    Compiling sequential-macro v0.1.4
[INFO] [stdout] warning: value assigned to `array` is never read
[INFO] [stdout]   --> src/task_manager.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         array[0] = 5;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/task_manager.rs:127:13
[INFO] [stdout]     |
[INFO] [stdout] 127 |             TASK_MANAGER.tasks.push(future_task);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/task_manager.rs:135:22
[INFO] [stdout]     |
[INFO] [stdout] 135 |         if unsafe { !TASK_MANAGER.tasks.is_empty() } {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/task_manager.rs:145:61
[INFO] [stdout]     |
[INFO] [stdout] 145 |                 if TASK_MANAGER.task_to_execute_index + 1 < TASK_MANAGER.tasks.len() {
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sequential-test v0.2.4
[INFO] [stderr]    Compiling martos v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: value assigned to `array` is never read
[INFO] [stdout]   --> src/task_manager.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         array[0] = 5;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/task_manager.rs:127:13
[INFO] [stdout]     |
[INFO] [stdout] 127 |             TASK_MANAGER.tasks.push(future_task);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/task_manager.rs:135:22
[INFO] [stdout]     |
[INFO] [stdout] 135 |         if unsafe { !TASK_MANAGER.tasks.is_empty() } {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/task_manager.rs:145:61
[INFO] [stdout]     |
[INFO] [stdout] 145 |                 if TASK_MANAGER.task_to_execute_index + 1 < TASK_MANAGER.tasks.len() {
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.15s
[INFO] running `Command { std: "docker" "inspect" "1ec08e64d7a910691a6747bf79948981d484f3064744deafc745f52e53f4977c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ec08e64d7a910691a6747bf79948981d484f3064744deafc745f52e53f4977c", kill_on_drop: false }`
[INFO] [stdout] 1ec08e64d7a910691a6747bf79948981d484f3064744deafc745f52e53f4977c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 145f0f089feb667c7f2a52b6e319e6652041d1e005ca349bf67806aa2f2719c7
[INFO] running `Command { std: "docker" "start" "-a" "145f0f089feb667c7f2a52b6e319e6652041d1e005ca349bf67806aa2f2719c7", kill_on_drop: false }`
[INFO] [stderr] warning: value assigned to `array` is never read
[INFO] [stderr]   --> src/task_manager.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |         array[0] = 5;
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: maybe it is overwritten before being read?
[INFO] [stderr]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]    --> src/task_manager.rs:127:13
[INFO] [stderr]     |
[INFO] [stderr] 127 |             TASK_MANAGER.tasks.push(future_task);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/task_manager.rs:135:22
[INFO] [stderr]     |
[INFO] [stderr] 135 |         if unsafe { !TASK_MANAGER.tasks.is_empty() } {
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/task_manager.rs:145:61
[INFO] [stderr]     |
[INFO] [stderr] 145 |                 if TASK_MANAGER.task_to_execute_index + 1 < TASK_MANAGER.tasks.len() {
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] 
[INFO] [stderr] warning: `martos` (lib) generated 4 warnings
[INFO] [stderr] warning: `martos` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/martos-b9ded9de36035531)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/unit_tests.rs (/opt/rustwide/target/debug/deps/unit_tests-1e0e1dd2d6a0113f)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test unit_tests::test_loop_timer ... ok
[INFO] [stdout] test unit_tests::test_setup_timer ... ok
[INFO] [stdout] test unit_tests::test_stop_condition_timer ... ok
[INFO] [stdout] test unit_tests::test_setup_task_manager ... ok
[INFO] [stdout] test unit_tests::test_two_infinite_tasks_task_manager ... ok
[INFO] [stdout] test unit_tests::test_two_finite_tasks_task_manager ... ok
[INFO] [stdout] test unit_tests::test_one_infinite_task_task_manager ... ok
[INFO] [stdout] test unit_tests::test_empty_task_manager ... ok
[INFO] [stdout] test unit_tests::test_two_different_tasks_task_manager ... ok
[INFO] [stdout] test unit_tests::test_one_finite_task_task_manager ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests martos
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "145f0f089feb667c7f2a52b6e319e6652041d1e005ca349bf67806aa2f2719c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "145f0f089feb667c7f2a52b6e319e6652041d1e005ca349bf67806aa2f2719c7", kill_on_drop: false }`
[INFO] [stdout] 145f0f089feb667c7f2a52b6e319e6652041d1e005ca349bf67806aa2f2719c7
